OpenHopla is a suite of products including SpartanUnit (a microkernel-like implementation of xUnit), unit tests, and code kata. The mission of OpenHopla is to help programmers practice and teach the Tao of Testing.
| Tags | testing framework teaching |
|---|---|
| Licenses | BSD Three-Clause |
| Operating Systems | Unix (Mono) Windows |
| Implementation | C# .Net 4 |
| Translations | English |
Recent releases


Release Notes: The initial publication of OpenHopla in C# includes the following C# Class Library projects: OpenHopla, OpenHopla.UnitTests, SpartanUnit, and SpartanUnit.UnitTests. The CodePlex project also includes a C# WPF Application project named OpenHopla.Interfaces.WPF which demonstrates how a simple user interface can be wrapped around SpartanUnit, the flagship component of OpenHopla, which is a microkernel-like implementation of xUnit.